home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / developm / language / pixie.cpt / Pixie Scheme ƒ / Pixie Scheme Help / card_88384.txt < prev    next >
Encoding:
Text File  |  1991-01-07  |  719 b   |  21 lines

  1. -- card: 88384 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2692
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 47
  9. ----- text -----
  10. 139
  11.  
  12. -- part contents for background part 10
  13. ----- text -----
  14. (e::bit-shift-left <integer> <integer>)
  15.  
  16.     Coerces its arguments to 32ΓÇôbit fixnums.  Returns the first argument shifted left by the number of bits which is the second argument, inserting zeros at the right as necessary.
  17.  
  18. (e::bit-shift-right-arithmetic
  19.                  <integer> <integer>)
  20.  
  21.     Coerces its arguments to 32ΓÇôbit fixnums.  Returns the first argument shifted right by the number of bits which is the second argument, replicating the mostΓÇôsignificant bit at the left as necessary.